SYS-STATISTICS-MIB DEFINITIONS ::= BEGIN

--  
--

IMPORTS
    OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
    Integer32, Opaque, enterprises
        FROM SNMPv2-SMI
    
    TimeTicks  FROM RFC1155-SMI
    
        kagoor
        FROM KAGOOR-SNMP-MIB
    
    TEXTUAL-CONVENTION, DisplayString, TruthValue
        FROM SNMPv2-TC;

sysConfigMib     OBJECT IDENTIFIER ::= { kagoor 2 }
sysMonitoring    OBJECT IDENTIFIER ::= { sysConfigMib 3 }

sysPerformanceStatistics MODULE-IDENTITY
    LAST-UPDATED "0009170000Z"
    ORGANIZATION "Kagoor Networks LTD."
    CONTACT-INFO    
         "
         Primary Author: Rama Eshel

         postal:    1st Sapir st.
                    Hertzliya
                    Israel  46733
         phone:     +972 9 9565333 ext. 217
         email:     rama@kagoor.com"
    DESCRIPTION
        "This file defines the private kagoor Aggregation and routing BOX SNMP MIB."
    REVISION     "0009170000Z"
    DESCRIPTION
        "SMIv2 version converted from older MIB definitions."
    ::= { sysMonitoring 2 }

sysPMStatInfo          OBJECT IDENTIFIER ::= { sysPerformanceStatistics 1 }
sysActivity            OBJECT IDENTIFIER ::= { sysPerformanceStatistics 2 }
sys15mActivity         OBJECT IDENTIFIER ::= { sysPerformanceStatistics 3 }
sys24hActivity         OBJECT IDENTIFIER ::= { sysPerformanceStatistics 4 }
sysTotalActivity       OBJECT IDENTIFIER ::= { sysPerformanceStatistics 5 }


sysCurr15m          OBJECT IDENTIFIER ::= { sys15mActivity 1 }
--                        sys15mHistTable { sys15mActivity 2  }

sysCurr24h          OBJECT IDENTIFIER ::= { sys24hActivity 1 }
--                        sys24hHistTable { sys24hActivity 2 }


--
-- sysStatInfoTable - Describes the performance collection 
--

sysStatInfoTable OBJECT-TYPE
      SYNTAX  SEQUENCE OF SysStatInfoEntry
      ACCESS  not-accessible
      STATUS  current
      DESCRIPTION
              "A list of rows, each describing:
               - a set of counters (a generation), 
               - their typical time scope, 
               - time since current occurance had started, and
               - depth of history stack."
      ::= { sysPMStatInfo 1 }

sysStatInfoEntry OBJECT-TYPE
      SYNTAX  SysStatInfoEntry
      ACCESS  not-accessible
      STATUS  current
      DESCRIPTION
              ""
      INDEX   { sysPMGenerationIndex }
      ::= { sysStatInfoTable 1 }

SysStatInfoEntry ::=
      SEQUENCE {
          sysPMGenerationIndex INTEGER,
          sysPMGenName          DisplayString (SIZE (0..80)),
          sysPMGenTimeScope    INTEGER,          
          sysPMGenHistoryDepth INTEGER,          
          sysPMGenTimeElapsed  INTEGER          
      }

sysPMGenerationIndex OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  not-accessible
      STATUS  mandatory
      DESCRIPTION
              "A system-assigned sequence number === vector index (1, 2, 3, 4)"
      ::= { sysStatInfoEntry 1 }

sysPMGenName OBJECT-TYPE
      SYNTAX  DisplayString (SIZE (0..80)) 
      ACCESS  read-only
      STATUS  mandatory
      DESCRIPTION
              "The name of the generation; this is a static table, so this includes Real-Time Activity, 15m, 24h, total"
      ::= { sysStatInfoEntry 2 }


sysPMGenTimeScope OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      DESCRIPTION
              "Length (in seconds) of every 'item' in history stack (10, 900, 84600, 0)"
      ::= { sysStatInfoEntry 3 }
      

sysPMGenHistoryDepth OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      DESCRIPTION
              "Number of entries in history stack; 0 means Not Applicable (0, 16, 1, 0)"
      ::= { sysStatInfoEntry 4 }
      

sysPMGenTimeElapsed OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  mandatory
      DESCRIPTION
              "Time (in seconds) elapsed since beginning of current ocurrance (0, 0..899, 0..84599)"
      ::= { sysStatInfoEntry 5 }

--
-- sysActivity - Describes the curent box activity
--

activeCalls OBJECT-TYPE
      SYNTAX  Counter   ACCESS  read-only   STATUS  mandatory
      DESCRIPTION
              "Number of active calls"
      ::= { sysActivity 1 }
      
-- 2, 3, 4 , 5, 6, 7

activePacketsPerSecond OBJECT-TYPE
      SYNTAX  Counter  ACCESS  read-only    STATUS  mandatory
      DESCRIPTION
              ""
      ::= { sysActivity 8 }

activeCPULoad OBJECT-TYPE
      SYNTAX  Counter  ACCESS  read-only    STATUS  mandatory
      DESCRIPTION
              ""
      ::= { sysActivity 9 }
-- 10

      
--
-- sysCurr15m - Describes the box activity in the current 15 minutes interval
--

-- 1

c15mAvgCallDuration OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysCurr15m 2 }
      
-- 3 

c15mEndedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysCurr15m 4 }

-- 5, 6, 7, 8

c15mAllPackets OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total count of all packets that went thru classifier"
      ::= { sysCurr15m 9 }

-- 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21

c15mAllKBytes OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total length of all packets that went thru classifier"
      ::= { sysCurr15m 22 }

-- 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34

c15mPeakActiveCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of active calls in current 15 minutes interval"
      ::= { sysCurr15m 35 }

c15mPeakPacketsPerSecond OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of packets per second in current 15 minutes interval"
      ::= { sysCurr15m 36 }

c15mPeakCpuLoad OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of cpu load in current 15 minutes interval"
      ::= { sysCurr15m 37 }

-- 38      

c15mLicensedRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysCurr15m 39 }

c15mBandwidthRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysCurr15m 40 }

c15mLicenseRejectedEndpoints OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysCurr15m 41 }

-- c15mVoipPacketsIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr15m 42 }

-- c15mVoipPacketsOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr15m 43 }

-- c15mVoipKBytesIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr15m 44 }
                
-- c15mVoipKBytesOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr15m 45 }

-- 
-- **
-- ** sysCurrent24 hours - Describes today's box-activity
-- ** 
-- 

-- 1
      
c24AvgCallDuration OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysCurr24h 2 }
      
-- 3

c24EndedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysCurr24h 4 }

-- 5, 6, 7, 8

c24AllPackets OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total count of all packets that went thru classifier"
      ::= { sysCurr24h 9 }

-- 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21

c24AllKBytes OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total length of all packets that went thru classifier"
      ::= { sysCurr24h 22 }

-- 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34

c24PeakActiveCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of active calls since last midnight"
      ::= { sysCurr24h 35 }

c24PeakPacketsPerSecond OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of packets per second since last midnight"
      ::= { sysCurr24h 36 }

c24PeakCpuLoad OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of cpu load since last midnight"
      ::= { sysCurr24h 37 }
      
-- 38 
c24LicensedRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysCurr24h 39 }

c24BandwidthRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysCurr24h 40 }

c24LicenseRejectedEndpoints OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysCurr24h 41 }

-- c24VoipPacketsIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr24h 42 }

-- c24VoipPacketsOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr24h 43 }

-- c24VoipKBytesIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr24h 44 }
                
-- c24VoipKBytesOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysCurr24h 45 }

-- 
-- ** 
-- ** sysTotalActivity - Describes activity since system has started
-- ** 
-- 


-- 1
      
totalAvgCallDuration OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysTotalActivity 2 }
      
-- 3

totalEndedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysTotalActivity 4 }

-- 5, 6, 7, 8

totalAllPackets OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total count of all packets that went thru classifier"
      ::= { sysTotalActivity 9 }

-- 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21

totalAllKBytes OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total length of all packets that went thru classifier"
      ::= { sysTotalActivity 22 }

-- 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34

totalLicensedRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysTotalActivity 39 }

totalBandwidthRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysTotalActivity 40 }

totalLicenseRejectedEndpoints OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysTotalActivity 41 }

-- totalVoipPacketsIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysTotalActivity 42 }

-- totalVoipPacketsOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysTotalActivity 43 }

-- totalVoipKBytesIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysTotalActivity 44 }
                
-- totalVoipKBytesOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysTotalActivity 45 }

-- 
-- ** 
-- ** sys15mHistTable - Describes 16 occurances of 15m statistics (4 hours)
-- ** 
-- 

sysHist15mTable OBJECT-TYPE
      SYNTAX  SEQUENCE OF SysHist15mEntry
      ACCESS  not-accessible
      STATUS  current
      DESCRIPTION
              ""
      ::= { sys15mActivity 2 }

sysHist15mEntry OBJECT-TYPE
      SYNTAX  SysHist15mEntry
      ACCESS  not-accessible
      STATUS  current
      DESCRIPTION
              ""
      INDEX   { intervalIndex15h }
      ::= { sysHist15mTable 1 }

SysHist15mEntry ::=
      SEQUENCE {
                intervalIndex15h                         INTEGER,
                intervalStartTime15h             TimeTicks,
                c15hAvgCallDuration              Counter,
                c15hEndedCalls                   Counter,         
                c15hAllPackets                           Counter, 
--PSIM(Remove)          c15hUDPDroppedPackets            Counter, 
                c15hAllKBytes                            Counter, 
                c15hPeakActiveCalls              Counter, 
                c15hPeakPacketsPerSecond         Counter, 
                c15hPeakCpuLoad                          Counter,
                c15hLicensedRejectedCalls        Counter,
                c15hBandwidthRejectedCalls       Counter,
                c15hLicenseRejectedEndpoints Counter,
--              c15hVoipPacketsIn                        Counter,
--              c15hVoipPacketsOut                       Counter,
--              c15hVoipKBytesIn                         Counter,
--              c15hVoipKBytesOut                        Counter
       }

intervalIndex15h OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  current
      DESCRIPTION
              "The number (1 .. 16) of the interval to which counters apply"
      ::= { sysHist15mEntry 1 }


intervalStartTime15h OBJECT-TYPE
      SYNTAX  TimeTicks         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysHist15mEntry 2 }

-- 3
      
c15hAvgCallDuration OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysHist15mEntry 4 }
      
-- 5 

c15hEndedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysHist15mEntry 6 }

-- 7, 8, 9, 10

c15hAllPackets OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total count of all packets that went thru classifier"
      ::= { sysHist15mEntry 11 }

-- 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23

c15hAllKBytes OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total length of all packets that went thru classifier"
      ::= { sysHist15mEntry 24 }

-- 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36

c15hPeakActiveCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of active calls"
      ::= { sysHist15mEntry 37 }

c15hPeakPacketsPerSecond OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of packets per second"
      ::= { sysHist15mEntry 38 }

c15hPeakCpuLoad OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of cpu load"
      ::= { sysHist15mEntry 39 }
      
-- 40

c15hLicensedRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysHist15mEntry 41 }

c15hBandwidthRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysHist15mEntry 42 }

c15hLicenseRejectedEndpoints OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysHist15mEntry 43 }

-- c15hVoipPacketsIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--      ::= { sysHist15mEntry 44 }

-- c15hVoipPacketsOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysHist15mEntry 45 }

-- c15hVoipKBytesIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysHist15mEntry 46 }
                
-- c15hVoipKBytesOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysHist15mEntry 47 }


-- 
-- ** 
-- ** sys24hmHistTable - Describes 1 historic occurances of 24h statistics (yesterday)
-- ** 
-- 
sysHist24hTable OBJECT-TYPE
      SYNTAX  SEQUENCE OF SysHist24hEntry
      ACCESS  not-accessible
      STATUS  current
      DESCRIPTION
              ""
      ::= { sys24hActivity 2 }

sysHist24hEntry OBJECT-TYPE
      SYNTAX  SysHist24hEntry
      ACCESS  not-accessible
      STATUS  current
      DESCRIPTION
              ""
      INDEX   { intervalIndex24h }
      ::= { sysHist24hTable 1 }

SysHist24hEntry ::=
      SEQUENCE {
                intervalIndex24h             INTEGER,  
                intervalStartTime24h         TimeTicks,
                c24hAvgCallDuration          Counter,  
                c24hEndedCalls               Counter,     
                c24hAllPackets               Counter,  
                c24hAllKBytes                Counter,  
                c24hPeakActiveCalls          Counter,  
                c24hPeakPacketsPerSecond     Counter,  
                c24hPeakCpuLoad              Counter,  
                c24hLicensedRejectedCalls    Counter,  
                c24hBandwidthRejectedCalls   Counter,  
                c24hLicenseRejectedEndpoints Counter,  
--              c24hVoipPacketsIn            Counter,  
--              c24hVoipPacketsOut           Counter,  
--              c24hVoipKBytesIn             Counter,  
--              c24hVoipKBytesOut            Counter   
      }    

intervalIndex24h OBJECT-TYPE
      SYNTAX  INTEGER
      ACCESS  read-only
      STATUS  current
      DESCRIPTION
              "The number (1 .. 1) of the interval to which counters apply"
      ::= { sysHist24hEntry 1 }

intervalStartTime24h OBJECT-TYPE
      SYNTAX  TimeTicks         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysHist24hEntry 2 }


-- 3
      
c24hAvgCallDuration OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysHist24hEntry 4 }
      
-- 5

c24hEndedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              ""
      ::= { sysHist24hEntry 6 }

-- 7, 8, 9, 10

c24hAllPackets OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total count of all packets that went thru classifier"
      ::= { sysHist24hEntry 11 }

-- 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23

c24hAllKBytes OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Total length of all packets that went thru classifier"
      ::= { sysHist24hEntry 24 }

-- 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36

c24hPeakActiveCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of active calls"
      ::= { sysHist24hEntry 37 }

c24hPeakPacketsPerSecond OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of packets per second"
      ::= { sysHist24hEntry 38 }

c24hPeakCpuLoad OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " Highest value of cpu load"
      ::= { sysHist24hEntry 39 }
      
-- 40
c24hLicensedRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysHist24hEntry 41 }

c24hBandwidthRejectedCalls OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysHist24hEntry 42 }

c24hLicenseRejectedEndpoints OBJECT-TYPE
      SYNTAX  Counter         ACCESS  read-only         STATUS  current
      DESCRIPTION
              " "
      ::= { sysHist24hEntry 43 }

-- c24hVoipPacketsIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysHist24hEntry 44 }

-- c24hVoipPacketsOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysHist24hEntry 45 }

-- c24hVoipKBytesIn OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysHist24hEntry 46 }
                
-- c24hVoipKBytesOut OBJECT-TYPE
--       SYNTAX  Counter         ACCESS  read-only         STATUS  current
--       DESCRIPTION
--               " "
--       ::= { sysHist24hEntry 47 }

END